﻿body {
    font-size: .80em;
    color: #232323;
    background-color: #fff;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    top: 0px;
    left: 0px;
}

@media print {
    .no-print {
        display: none;
    }
}

pre, body {
    font-family: 'Segoe UI', Arial, Verdana, sans-serif;
    padding: 0;
    margin: 0;
}

.font-light {
    font-family: "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI Symbol", SegoeUI, "Segoe UI", Segoe, "Helvetica Neue", "BBAlpha Sans", "S60 Sans",Arial,sans-serif;
}

table#mheader {
    background: #000;
    max-height: 50px;
    min-height: 50px;
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

a.logout {
    text-decoration: none;
    color: #000;
}

    a.logout:hover {
        text-decoration: underline;
        color: #000;
    }

.htc .mobox {
    background: rgba(0,0,0,.2);
    width: 50px;
    height: 40px;
    padding-top: 10px;
}

.htc.title {
    font-size: 22px;
    padding: 0 15px 0 20px;
}

span.info {
    font-style: italic;
    font-size: 12px;
}

table#mfooter {
    width: 100%;
    border-collapse: collapse;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 23px;
    background: #fff;
    border-top: 1px solid #E1E1E1;
    font-size: 11px;
    color: #3c3c3c;
    z-index: 10;
}

    table#mfooter tr td {
        border-right: 1px solid #f0f0f0;
        padding: 0 15px;
    }

table#menu-link {
    border-collapse: collapse;
    width: 100%;
    background: #E1E1E1;
    height: 30px;
    font-size: 13px;
    color: #3c3c3c;
}

    table#menu-link tr td {
        padding: 0 15px;
        cursor: default;
    }

        table#menu-link tr td.attention {
            background: #f6a263;
            color: #fff;
        }

        table#menu-link tr td.on {
            background: #fff;
        }

        table#menu-link tr td.attention.on {
            background: #D24726;
            color: #fff;
        }

div#menu-host {
    min-height: 84px;
    max-height: 84px;
    background: #fff;
    border-bottom: 1px solid #c1c1c1;
}

    div#menu-host table {
        height: 82px;
        border-collapse: separate;
        border-spacing: 2px;
    }

        div#menu-host table tr td {
            padding: 0 12px;
            border-right: 1px solid #e1e1e1;
            text-align: center;
            font-size: 12px;
            cursor: pointer;
        }

            div#menu-host table tr td i.fa {
                font-size: 23px;
                padding: 0 0 5px;
                color: rgb(116, 116, 116);
            }

            div#menu-host table tr td.on {
                box-shadow: inset 0px 0px 1px #a02e13;
            }

                div#menu-host table tr td.on i.fa {
                    color: #000;
                }

.gradient {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 35%, #ededed 65%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#ffffff), color-stop(65%,#ededed), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 35%,#ededed 65%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 35%,#ededed 65%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 35%,#ededed 65%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 35%,#ededed 65%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.gfgrad {
    background: rgba(220, 0, 0,0.9);
    background: -webkit-repeating-linear-gradient(#24262A 0%, #697087 100%);
    background: -o-repeating-linear-gradient(#24262A 0%, #697087 100%);
    background: -moz-repeating-linear-gradient(#24262A 0%, #697087 100%);
    background: repeating-linear-gradient(#24262A 0%, #697087 100%);
    border-bottom: 2px solid #434345;
    color: #fff;
}

div.fileInfo {
    position: fixed;
    left: 0;
    top: 0;
    width: 700px;
    height: 100%;
    background: #fff;
    z-index: 101;
    border-left: none;
}

table.lbarMenu {
    width: 100%;
    margin-top: 30px;
    border-spacing: 0;
}

    table.lbarMenu tr td {
        padding-left: 10px;
        height: 40px;
        cursor: default;
    }

table.wide {
    width: 100%;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.infoBar {
    background: #FCF7B6;
    border: 1px solid #e1e1e1;
    max-height: 30px;
    min-height: 30px;
    width: 100%;
    border-spacing: 0;
    font-size: 12px;
    color: #444444;
    font-weight: bold;
}

#WorkSpace {
    overflow: auto;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(20,20,20,.8);
    z-index: 1100;
}

    .popup .insert {
        background: rgba(216, 217, 134, 0.77);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 2000;
    }

.form {
    position: relative;
    background: #fff;
    margin: 40px auto 5px auto;
    padding: 10px;
}

    .form .title {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 10px;
    }

        .form .title .closeBtn {
            float: right;
        }

.closeBtn {
    border: 1px solid transparent;
    width: 18px;
    height: 18px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAAJFBMVEVPT09QUFBPT09QUFBPT09QUFBPT09QUFBPT09QUFBPT09QUFBcj8HWAAAACnRSTlMAADAwYGCgoPDw8trBlAAAAFRJREFUeF5jsAgUFIwwYJi9VVB09wSGqN2B0asDGER3L9+1VYBBMHr3qkABBgHx3dsFgFT07t0BAgwiu7ft3iLAEL07AIiA+gREdzUwaAQKCHoaAADWwRllV/XV0AAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center center;
}

input[type=text],input[type=search], input[type=password], input[type=number], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
}

.animate {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

textarea {
    padding: 8px;
}

select {
    padding: 5px 15px 5px 5px;
    background: #f7f7f7;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.searchbox:focus + .search-ac {
    display: block;
}*/

.search-ac {
    /*display: none;*/
    position: absolute;
    top: 35px;
    left: 0px;
    width: 220px;
    right: 0;
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .search-ac li, ul.popuplist li {
        display: block;
    }

        .search-ac li:first-child {
            margin-top: -1px;
        }

            .search-ac li:first-child:before, .search-ac li:first-child:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                margin-left: -5px;
                border: 5px outset transparent;
            }

            .search-ac li:first-child:before {
                border-bottom: 5px solid #c4c7d7;
                top: -11px;
            }

            .search-ac li:first-child:after {
                border-bottom: 5px solid #fdfdfd;
                top: -10px;
            }

            .search-ac li:first-child:hover:before, .search-ac li:first-child:hover:after {
                display: none;
            }

        .search-ac li:last-child {
            margin-bottom: -1px;
        }

    .search-ac a, ul.popuplist li {
        cursor: default;
        display: block;
        position: relative;
        margin: 0 -1px;
        padding: 6px 0px 6px 10px;
        color: #808394;
        font-weight: 500;
        text-decoration: none;
        text-shadow: 0 1px white;
        border: 1px solid transparent;
        border-radius: 3px;
    }

        .search-ac a span {
            font-weight: 200;
        }

        .search-ac a:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -9px;
            width: 18px;
            height: 18px;
        }

        .search-ac a:hover, ul.popuplist li:hover {
            color: white;
            text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
            background: #338cdf;
            border-color: #2380dd #2179d5 #1a60aa;
            background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
            background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
            background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
            background-image: linear-gradient(to bottom, #59aaf4, #338cdf);
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        }

input[type=text].searchbox {
    padding: 6px 10px 6px 40px;
    border-radius: 13px;
    background: url(/Content/images/search.png) no-repeat 10px center;
}

    input[type=text].searchbox.anim {
        background: url(/Content/images/anim.gif) no-repeat 10px center;
    }

input[type=text],input[type=search], input[type=password], input[type=number] {
    padding: 5px;
}

.btn.inactive:active, input[type=button].inactive:active, input[type=submit].inactive:active, input[type=reset].inactive:active {
    background-color: #e0e0e0;
}

.btn.inactive:hover, input[type=button].inactive:hover, input[type=submit].inactive:hover, input[type=reset].inactive:hover {
    box-shadow: 0 0 0 white;
    border: 1px solid transparent;
}

.btn.inactive, input[type=button].inactive, input[type=submit].inactive, input[type=reset].inactive {
    background: #f0f0f0;
}

.btn, input[type=button], input[type=submit], input[type=reset] {
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -ms-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    margin: 5px;
    background: #f3f3f3;
    border: 1px solid transparent;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    color: #5c5c5c;
    outline: none;
    color: #fff;
}

    .btn.next, input[type=button].next {
        background-image: url(/Content/images/ar_next.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 30px;
    }

    .btn.back, input[type=button].back {
        background-image: url(/Content/images/ar_back.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 30px;
    }

    .btn.large-btn, input[type=button].large-btn, input[type=submit].large-btn, input[type=reset].large-btn {
        padding: 15px;
        height: auto;
    }

input.no-margin {
    margin: 0;
}

.tabContainer ul.tabTitle {
    z-index: 100;
    padding-left: 5px;
}

    .tabContainer ul.tabTitle li {
        float: left;
        background: #f2f2f2;
        line-height: 25px;
        margin: 0 1px -1px 0;
        padding: 0 12px;
        border: 1px solid #c1c1c1;
        border-bottom-color: #fff;
        cursor: default;
    }

        .tabContainer ul.tabTitle li.active {
            background: #fff;
            margin-top: -3px;
            border-bottom: 4px solid #fff;
        }

.tabContainer ul.tabHost {
    position: relative;
    width: 350px;
    border: 1px solid #c1c1c1;
    padding: 5px;
    z-index: 1;
}

    .tabContainer ul.tabHost li {
        width: 100%;
        display: none;
    }

div.action-foot-bar {
    width: 100%;
}

div.processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,.7);
    padding-top: 15%;
}

    div.processing div {
        font-weight: bold;
        text-align: center;
        padding: 5px;
        border: 1px solid #be950e;
        border-left: none;
        border-right: none;
        background: #f6ec9b url('/Content/images/stripes.gif');
    }

.msgbox {
    width: 50%;
    padding: 15px 8px;
    text-align: center;
    margin: -60px auto 0 auto;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: inset 0px -2px 3px rgba(255,255,255,.8);
}

    .msgbox.red {
        background: rgba(200,50,50,1);
        border: 1px solid rgba(181,21,30,.7);
        color: #fff;
    }

    .msgbox.green {
        background: rgba(50,200,50,1);
        border: 1px solid rgba(96,96,96,.7);
        color: #fff;
    }

        .msgbox.green .closeBtn:hover {
            background-color: #74DC74;
            border-color: transparent;
            border-radius: 5px;
        }

    .msgbox.red .closeBtn:hover {
        background-color: #DD7373;
        border-color: transparent;
        border-radius: 5px;
    }

table.mid tbody tr td {
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
    padding: 0px;
}

    table.mid tbody tr td input {
        margin: 1px;
    }


table.valigntop tbody td {
    vertical-align: top;
}

table.styleCss {
    border-spacing: 0px;
    border-collapse: collapse;
}

    table.styleCss thead tr {
        background-image: -webkit-linear-gradient(top, #EEE, #AAA);
        background-image: -moz-linear-gradient(top, #EEE, #aaa);
        background-image: -o-linear-gradient(top, #EEE, #aaa);
        background-image: linear-gradient(to bottom, #EEE, #aaa);
    }

        table.styleCss thead tr.tblfxcolor {
            border: 1px solid #D24726;
            background: #D24726;
            background-image: none;
        }

        table.styleCss thead tr td {
            padding: 5px;
            border: 1px solid #8c8c8c;
        }

    table.styleCss tr:nth-child(even) {
        background: #f7f7f7;
    }

    table.styleCss tr td {
        border: 1px solid #ccc !important;
        padding: 5px !important;
        border:thin
    }

    table.styleCss tbody tr:hover {
        background: #ddd;
    }

    table.styleCss tr td.highlight {
        background: #f8cbcb;
    }

    table.styleCss tr:hover td.highlight {
        background: #f27777;
    }

table.no-border tbody tr td {
 border:none !important;   
}
    table.styleCss.no-pad tbody tr td {
        padding: 2px;
    }

        table.styleCss.no-pad tbody tr td input, table.styleCss.no-pad tbody tr td select {
            margin: 0px;
        }

        table.styleCss.no-pad tbody tr td span {
            padding: 0px 5px;
        }

table.activeRow tbody tr {
    cursor: default;
}

    table.activeRow tbody tr.active {
        background: #ffd800;
        background: rgba(252,234,187,1);
        background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
        background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
        background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
        background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
        background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
    }

        table.activeRow tbody tr.active td.highlight {
            background: #e96b6b;
        }


table.vtops tbody tr td, td.vtop {
    vertical-align: top;
}

table tbody tr td.tab5 {
    padding-left: 5px;
}

table td.tar, .tar {
    text-align: right;
}

table td.tac, .tac {
    text-align: center;
}

table td.tal, .tal {
    text-align: left;
}


ul.popuplist {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

    ul.popuplist li {
        padding-right: 20px;
    }


.fixedHead {
    width: 750px;
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixedHead th {
        text-decoration: underline;
    }

    .fixedHead th,
    .fixedHead td {
        padding: 5px;
        text-align: left;
    }

table.fixedHead.styleCss thead tr td, .tblfxcolor {
    border: 1px solid #D24726;
    background: #D24726;
    background-image: none;
}

table.fixedHead.styleCss tbody tr td.selected {
    background: #ffd800;
}

.fixedHead td:nth-child(1),
.fixedHead th:nth-child(1) {
    min-width: 237px;
}

.fixedHead td:nth-child(2),
.fixedHead th:nth-child(2) {
    min-width: 100%;
}

.fixedHead td:nth-child(3),
.fixedHead th:nth-child(3) {
    width: 350px;
}

.fixedHead thead {
    background-color: #333333;
    color: #fdfdfd;
}

    .fixedHead thead tr {
        display: block;
        position: relative;
    }

.fixedHead tbody {
    display: block;
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
}

.old_ie_wrapper {
    height: 200px;
    width: 750px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .old_ie_wrapper tbody {
        height: auto;
    }

div.inMailContext {
    background: #fff;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 200px;
    /*border-top:1px solid #D24726;*/
    overflow: auto;
    z-index: 100;
}

    div.inMailContext div.inMailMenu {
        position: relative;
        width: 200px;
        height: 100%;
        background: #050618 url('../../Content/images/inMailbg.png');
        color: #fff;
    }

        div.inMailContext div.inMailMenu ul li {
            color: yellow;
            display: block;
            border-bottom: 1px solid #c4c7d7;
            padding: 10px 0 10px 10px;
            cursor: pointer;
        }

            div.inMailContext div.inMailMenu ul li:hover {
                background: rgba(230, 230, 230, 0.29);
            }

            div.inMailContext div.inMailMenu ul li div.count {
                color: yellow;
                display: inline;
                /*border: 1px solid rgba(196, 199, 215, 0.44);*/
                padding: 5px 0 7px;
                width: 40px;
                text-align: center;
                float: right;
                margin: -7px 3px 0 0;
                /*background:rgba(42, 42, 42, 0.52)*/
            }

    div.inMailContext div.inMailBoxList {
        position: absolute;
        top: 0px;
        left: 202px;
        height: 100%;
        background: #e5e5e5;
        width: 300px;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        box-shadow: inset 2px 2px 8px 1px #aeb1bf;
        overflow-y: auto;
        overflow-x: hidden;
    }

        div.inMailContext div.inMailBoxList div.mail {
            padding: 5px;
            background: rgba(255, 255, 255, 0.5);
            border-bottom: 1px solid #979797;
            cursor: pointer;
        }

            div.inMailContext div.inMailBoxList div.mail:hover {
                background: rgba(255, 255, 255, 0.8);
            }

            div.inMailContext div.inMailBoxList div.mail span {
                display: block;
            }

                div.inMailContext div.inMailBoxList div.mail span.s {
                    float: left;
                }

                div.inMailContext div.inMailBoxList div.mail span.n {
                    font-weight: bold;
                }

                div.inMailContext div.inMailBoxList div.mail span.d {
                    float: right;
                    font-size: small;
                }

            div.inMailContext div.inMailBoxList div.mail div {
                margin: 5px 0;
            }

    div.inMailContext div.inMailMenu div.folder {
        margin-top: 20px;
        padding-left: 10px;
    }

        div.inMailContext div.inMailMenu div.folder span.addfolder {
            float: right;
            padding-right: 10px;
        }

    div.inMailContext div.inMailContentHost {
        position: absolute;
        top: 0px;
        left: 505px;
        height: 100%;
        background: #fff;
        width: 300px;
        overflow: auto;
    }

div.report_previewHost {
    background: #dadada;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    overflow-y: scroll;
    overflow-x: auto;
    font-family: "Open Sans", Verdana, Tahoma, serif;
}

div.report_previewHostInsert {
    background: #dadada;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    font-family: "Open Sans", Verdana, Tahoma, serif;
}

    div.report_previewHostInsert div.rptHost {
        background: #fff;
        margin: 0 auto;
        width: 900px;
        padding: 20px;
        border: 1px solid #8C8C8C;
        box-shadow: 4px 4px 1px #808080;
    }

div.report_previewHost div.rptHost {
    background: #fff;
    margin: 0 auto;
    width: 900px;
    padding: 20px;
    border: 1px solid #8C8C8C;
    box-shadow: 4px 4px 1px #808080;
}

table.SalesSummary tr td {
    padding: 12px 8px;
}

tr.bold td {
    font-weight: bold;
}

tr.line td {
    border-bottom: 1px solid #c8c8c8;
}

tr.line2 td {
    border-bottom: 1px double #5b5b5b;
    padding: 8px 0;
    font-size: 14px;
}

tr.line2x td {
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}

td.dark {
    background: #c8c8c8;
    padding: 6px;
}

td.pad-right-10 {
    padding-right: 10px;
}

td.pad-right-20 {
    padding-right: 20px;
}

div.yscroll, .yscroll {
    overflow-y: scroll;
}

#status {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
}

    #status,
    #status:after {
        border-radius: 50%;
        width: 7em;
        height: 7em;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

span.mhUfn {
    cursor: pointer;
}

    span.mhUfn:hover {
        text-decoration: underline;
    }

div.chngPwd {
    background: #E1E1E1;
    padding: 5px;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.34);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    div.chngPwd span.ufn {
        font-weight: bold;
        font-size: 16px;
    }

    div.chngPwd form input {
        margin-bottom: 4px;
        padding: 8px;
    }

span.yellow {
    color: #D24726;
}

/*HelpImprove*/
input[type=button].hibtn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 70px;
}

    input[type=button].hibtn.ina {
        background: #FBD3D1;
    }

.himInfo.red {
    color: #bd1b1b;
}

.himInfo.green {
    color: #065616;
}

div.expiryNotification {
    width: 310px;
    margin: 0px auto;
    font-size: 13px;
    color: #fff;
    padding: 8px;
    background: #b6190b;
    border: 1px solid #551010;
    position: fixed;
    bottom: 27px;
    right: 4px;
}


.btnOrderReduceQty, .btnOrderIncreaseQty {
    display:inline-block;
    padding:10px 13px;
    color:red;
    background:rgba(196, 199, 215, 0.5);
    text-align:center;
    border:1px solid #c4c7d7;
}

.btnOrderIncreaseQty {
    color:green
}